home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mastering Web Site Development
/
Microsoft Mastering Web Site Development (Microsoft) (1997).iso
/
Media
/
SampApps
/
Tutorial
/
tutorial.exe
/
GuidedTour
/
Database
/
customers.mdb
/
Claims.json
< prev
next >
Wrap
JavaScript Object Notation
|
1996-11-29
|
468b
{
"schema": {
"Customer_ ID": "Long Integer",
"ClaimNo": "Long Integer",
"ClaimValue": "Text (10)",
"ClaimAdjust": "Text (10)",
"ClaimDetailID": "Text (10)",
"ClaimAgent": "Text (10)"
},
"data": [
{
"Customer_ ID": 1001,
"ClaimNo": 123,
"ClaimValue": "456 ",
"ClaimAdjust": "0 ",
"ClaimDetailID": "1 ",
"ClaimAgent": "2 "
},
{
"Customer_ ID": 1004,
"ClaimNo": 124,
"ClaimValue": "1000 ",
"ClaimAdjust": "150 ",
"ClaimDetailID": "2 ",
"ClaimAgent": "1 "
}
]
}